hip.image

Undocumented in source.

Public Imports

hip.api.data.image
public import hip.api.data.image;
Undocumented in source.

Members

Aliases

HipPlatformImageDecoder
alias HipPlatformImageDecoder = HipGamutImageDecoder
Undocumented in source.
HipPlatformImageDecoder
alias HipPlatformImageDecoder = HipWasmImageDecoder
Undocumented in source.
HipPlatformImageDecoder
alias HipPlatformImageDecoder = HipARSDImageDecoder

Use that alias for supporting more platforms

HipPlatformImageDecoder
alias HipPlatformImageDecoder = HipNullImageDecoder
Undocumented in source.

Classes

HipARSDImageDecoder
class HipARSDImageDecoder
Undocumented in source.
HipGamutImageDecoder
class HipGamutImageDecoder
Undocumented in source.
HipImageImpl
class HipImageImpl
Undocumented in source.
HipNullImageDecoder
class HipNullImageDecoder
Undocumented in source.
HipWasmImageDecoder
class HipWasmImageDecoder
Undocumented in source.

Functions

WasmDecodeImage
size_t WasmDecodeImage(size_t imgPathLength, char* imgPathChars, ubyte* data, size_t dataSize, JSDelegateType!(void delegate(BrowserImage)) onImageLoad)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WasmImageDispose
void WasmImageDispose(size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WasmImageGetHeight
size_t WasmImageGetHeight(size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WasmImageGetPixels
ubyte* WasmImageGetPixels(size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WasmImageGetWidth
size_t WasmImageGetWidth(size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

BrowserImage
struct BrowserImage
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

bmp
IHipBMPDecoder bmp;
Undocumented in source.
jpeg
IHipJPEGDecoder jpeg;
Undocumented in source.
png
IHipPNGDecoder png;
Undocumented in source.
webP
IHipWebPDecoder webP;
Undocumented in source.

Meta